home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
UHMath
/
PSView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-07
|
312 b
|
18 lines
//UHMath.m
//By Murtaza Ziauddin, University of Houston.
//email address ziauddin@tree.egr.uh.edu
//You may freely copy and resuse this code.
//This Object displays postscript in a View.
#import <appkit/appkit.h>
@interface PSView:View
{
NXEPSImageRep *epsImage;
}
-erase;
-drawEPS:(const char *)file;
@end